home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Games
/
Pentominoes 2.0
/
Shell ƒ
/
cursor layer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-15
|
288 b
|
17 lines
|
[
TEXT/MMCC
]
#ifndef __MY_CURSOR_LAYER_H__
#define __MY_CURSOR_LAYER_H__
#ifdef __cplusplus
extern "C" {
#endif
extern Boolean SetupTheAnimatedCursor(short acurID, short interval);
extern void ShutdownTheAnimatedCursor(void);
extern void AnimateTheCursor(void);
#ifdef __cplusplus
}
#endif
#endif